pintobyte rngit
Node / public / precursor-lxmfchat.git / files / xous-core / loader / src / platform / atsama5d27 / secboot.rs
Displaying Raw • Download
xous-core/loader/src/platform/atsama5d27/secboot.rs main (17e4bce8) Text, 328 B
// SPDX-FileCopyrightText: 2022 Sean Cross <sean@xobs.io>
// SPDX-FileCopyrightText: 2023 Foundation Devices, Inc <hello@foundationdevices.com>
// SPDX-License-Identifier: Apache-2.0
#[allow(dead_code)]
/// returns true if the kernel is valid
pub fn validate_xous_img(_xous_img_offset: *const u32) -> bool {
true // TODO
}
Served by rngit 1.4.0 - Generated in 0.13s